ResourceSetProperty Method (Property) |
Sets a property on a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic MultiStatus SetProperty(
Property[] property
)
Public Function SetProperty (
property As Property()
) As MultiStatus
Parameters
- property
- Type: Independentsoft.WebdavProperty
An array of properties to set.
Return Value
Type:
MultiStatusA MultiStatus response as a result of operation.
See Also